messageunion
Description
This feature combines to messages to a newly created message. The combination works as follows: A new message with a newly root object is created. The provided messages are added as child elements to the newly created root of the message.
Create
Configuration
Properties and Parameter assignment
The assignment sections define the assignment of variables between the script and the process model.
The following parameters are available:
**Ingoing parameters**:
- **MSG_FIRST**: First message that is added as a child to the combined message.
- **MSG_SECOND**: Second message that is added as a child to the combined message.
- **LOCALNAME**: Local name of the root element.
- **NAMESPACE**: Namespace of the root element.
**Outgoing parameters**:
- **MSG**: Resulting message from the process.
